home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Bible Guide to Games / GameGuideCd.bin / Cheaters / Marathon Stuff / Pfhorte_1.0d22ƒ / Scripts / Make Hallway < prev    next >
Text File  |  1995-07-09  |  477b  |  18 lines

  1. * This script is Copyright 1995 by Steve Israelson
  2. * Segments a line and then adds a small hallway
  3. * To that line segment
  4. *
  5. segmentLine 1024
  6. * The pen is at the first point in the line pointing at the
  7. * second, so turn -90 degrees to point away from the line
  8. turn -90
  9. newLine 2048
  10. turn 90
  11. newLine 1024
  12. * Here we use a shortcut to connect to the last line of the
  13. * original starting segment
  14. lastPoint
  15. makeLine
  16. * We are done plotting points, now actually make the poly
  17. closePoly
  18.